Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 366 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 366 Bytes

Neutron - ReactJS Template

This template was created to ease the development of new ReactJS projects.

Start application:

$ yarn start || npm start

Create docker container:

# create image
$ docker build -t your-image-name .

# run application (port: 3099)
$ docker run --name your-container-name -p 3099:3000 -d your-image-name