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

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

License

Notifications You must be signed in to change notification settings

neutronjs/neutron-start-react-template

Repository files navigation

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

Releases

No releases published

Packages

No packages published