UNPKG

generator-nitro

Version:

Yeoman generator for the nitro frontend framework

29 lines (17 loc) 584 B
# Your Project Introduction … ## Usage Before using, you need of course [node](https://nodejs.org/) installed. Ensure correct [node-version](./.node-version) Run: ``` npm ci ``` and start in development mode ``` npm start ``` ## Nitro For information on how to use Nitro, please refer to [nitro.md](./project/docs/nitro.md). ## Possible Structure of this file If you have writer's block – a possible structure for your project readme could look like [readme.md](https://github.com/merkle-open/frontend-defaults/blob/master/doc/README.md).