/pokedez_react

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Pokedez React

Run with docker

Just, start the services using the following command:

sudo docker-compose up

Run locally

To run locally you need to install the following dependencies:

  • NodeJs version: '~> v10.16.0'
  • Rais version: '~> 6.9.0'

After installing the dependecies install the project dependencies:

npm install

Execute React server:

npm start