/initial-react-project

Scaffolding and toolchain for react

Primary LanguageJavaScriptMIT LicenseMIT

Initial React Project

Initial React Project is a repository to facilitate the start of a new project with React.js

Installation

  • You must clone this repository on your local machine
  • Install the dependencies and devDependencies and start the server.
$ git clone https://github.com/cbasJS/initial-react-project.git
$ npm install
$ npm start

Dependencies

devDependencies

Folder Structure

INITIAL-REACT-PROJECT/
  node_modules/
  public/
    index.html
    favicon.ico
    manifest.json
  src/
    Root.js               
    index.js
    registerServiceWorker.js
  LICENSE  
  README.md
  package-lock.json
  package.json
  .eslintrc.js
  .gitignore
    

License

This project is licensed under the MIT License - see the LICENSE.md file for details