Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/newsoftwareculture/react-node-starter-kit

Starter kit includes React, Bootstrap, Node, Express, Nodemon, Babel, ESLint, Prettier and Docker
https://github.com/newsoftwareculture/react-node-starter-kit

babel bootstrap docker eslint express heroku node-js nodemon prettier react

Last synced: 25 days ago
JSON representation

Starter kit includes React, Bootstrap, Node, Express, Nodemon, Babel, ESLint, Prettier and Docker

Awesome Lists containing this project

README

        

# Task tracker

### Install
```bash
npm install
```

## Development

### Start client
```bash
npm run dev:client
```

### Start server
```bash
npm run dev:server
```

## Production

### Start client
```bash
npm run start:client
```

### Start server
```bash
npm run start:server
```

## Release

### Release to Github

```bash
npm run release
```