front end boilerplate
v0.0.4
This repository contains boilerplate code for everyone who wants to create a multi-page website powered by all the modern tools such as:
For a complete list of dependencies see package.json
? It may be a good choice for everyone who thinks that Create React App is too complicated and looking for a more straightforward, preconfigured solution to experiment with all the mentioned above tools.
This repository also contains an exemplary app showcasing how to use all the libraries and correctly structure your code.
Delete the example app to have a fresh start:
npm run clearStart developing your own website:
npm run startRun tests:
npm run testCut a production build:
npm run buildMIT License
Zbigniew Humeniuk from Art of Code