Skip to content

CICS-Careers/starter-react-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Project Cookbook: React To-Do List

A starter React project for building a simple to-do list of items

File Tree

/
├── .babelrc          <- Babel config file
├── package.json      <- Package description for Yarn/NPM
├── src               <- Source code folder
│   ├── App.js        <- Your app
│   ├── index.html    <- HTML entry point
│   └── index.js      <- React root JS (entry point)
├── webpack.config.js <- Webpack config file
└── yarn.lock

Getting Started

  1. Install node and yarn
  2. Clone this repo and cd into it
  3. Run yarn install to install required dependencies
  4. Run yarn start to run your site in development mode

For production builds, run yarn build to generate an HTML and JS file for your app. This can be served elsewhere.

Developing with React

Check out React's getting started guides to help continue on with this project.

About

A small React.js project to get started with

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published