Kickstarter project of ReactJS
-- Its just a basic project of ReactJS with webpack and webpack-dev-server environments.
-- To get started
- Install Node Package Manager (npm)
- Download/Clone the reaction
- run
npm install
- run
npm run dev
Application will be starting on localhost:8080 - Play around with it
- All your JS code will be in src/js
-- Basic model might help you building your awesome application :)