Codenvy react project

Start with a Node workspace.

Via terminal execute

sudo npm install -g create-react-app

After generate the project with

create-react-app <<project_name>>

To create a run command, do:

  • command line:

cd ${current.project.path} && npm start

  • preview:

http://${server.port.3000}

Leave a Reply

Your email address will not be published. Required fields are marked *