1.0.0 • Published 6 years ago

react-rjill v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

react-boilerplate

Requirements

  1. Node.js version 8.5.0
  2. Npm version 5.7.1

Running the application

  1. Navigate to project directory
$ cd react-starter
  1. Install dependencies
$ npm install
  1. Start the server
$ npm run start:dev

Directory tree

.
├── app
|    └── index.js
|    └── components
|        └── componentA.js
|        └── componentB.js
|        └── componentC.js
├── dist
|    └── bundle.js
├── index.html
├── webpack.config.js
├── package.json
├── .gitignore
└── .babelrc

Folders

  • app -- the folder which contains components and the entry point
  • dist -- contains the single bundle file