@ou-imdt/create
Version:
Command line tool to create team boilerplate.
32 lines (20 loc) ⢠875 B
Markdown
# README
## Description
{{description}}
## Prerequisites
Built with Node.js v{{currentNodeVersion}} and NPM v{{currentNPMVersion}}.
## Usage
> All commands listed below need to be run from the project's _root_ directory.
| Command | Action |
| :-------------- | :------------------------------------------ |
| `npm install` | Installs dependencies |
| `npm start` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
## Deployment
```bash
$ npm run build
```
> Note: The final build is zipped and copied to the `release` folder as part of the zip NPM script in package.json, which is executed after every production build.
## Who to contact
{{developerName}} - {{developerEmail}}
š created by using CREATE v{{packageVersion}}