React Starting Template with Babel and Webpack
- npm
- node.js
- git
- Done testing on Mac
Open Terminal and go to your selected folder.
To install, simply just make a git clone.
git clone git@github.com:superoo7/ReactStartingTemplate.git
on Unix/Linux Bash/Sh
cd ReactStartingTemplate
on Windows 'dir ReactStartingTemplate'
Then run npm to install
npm install
To start webpack server
npm start
MIT