This is a boilerplate that I use for ReactJS projects. It is based off of ARc, but has a few extra features: bootstrap v4, a Node.js server proxy, uses stylus and Google Fonts webpack.
$ git clone https://github.com/mikewgd/atomic-design-stylus-boiler my-app
$ cd my-app
$ npm install
$ npm run dev
It will start the development server with HMR on top of it. It will also be running the Node server to use a proxy.
http://localhost:3000 — Development server
http://localhost:5000 — Node.js server
Now you can open http://localhost:3000 in browser and start developing.
- ARc
- Wiki -- Really great documentation here on atomic design, using the boilerplate etc..
- Wiki: Atomic Design
- ARc Demo