Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 599 Bytes

README.rst

File metadata and controls

18 lines (12 loc) · 599 Bytes

React Boilerplate

Divio Cloud based boilerplate to develop with React.

The sample project was created using the Create React App.

Up to date with React 16.13.1 and Node 12.16.1.

Local development

After setting up a project you are required to run docker-compose run --rm web npm install in order for node modules to appear in the mounted volume.

To create the yarn.lock file simply run yarn install.