React boilerplate for everyone
- React (v16.3) - a JavaScript library for building user interfaces
- Babel - a JavaScript compiler
- Webpack (v4.5) with plugins - a module bundler
- PostCSS, Sass - add a bit of style to your website
- React Hot Loader (v4) Tweak React components in real time
- Linters + Prettier Tweak React components in real time โ๏ธโก๏ธ
Clone repository to your local workspace:
git clone https://github.com/mkaczkowski/daftcode-react-starter.git
Install project dependencies using npm or yarn:
cd daftcode-react-starter
npm install
Start developing your own website:
npm run start
Open in your browser:
http://localhost:3000
Production build of the website:
npm build
Serve build files on your local server:
npm serve
Open in your browser:
http://localhost:5000
MIT
Mariusz Kaczkowski from DaftCode