- Clone then:
npm install
- Docs exist in the
docs
folder. Only edit theREADME.md
file. - Test with
npm t
- To run client side routing demo locally run
npm run demo:client
and visithttp://localhost:8080/
- To run server side routing demo locally run
npm run demo:server
and visithttp://localhost:8080/takeme-demo/awesome/
npm version major|minor|patch
- Before publishing make sure you check that the client side AND the server side demos work locally.