/react-node-uni-listing

react / node prototype

Primary LanguageJavaScript

react-node-uni-listing

This application is a study prototype. It simply uses Node.js and React to list some of the most well-known tech majors in Fortaleza/CE - Brasil.

First steps

# 1. Clone the repository.
git clone https://github.com/leotabosa/react-node-uni-listing.git

# 2. Access project folder.
cd react-node-uni-listing

# 3. Install dependecies.
#    Make sure yarn is installed:
#    https://yarnpkg.com/lang/en/docs/install
yarn

# 4. Create the database file named like your knexfile.js indicates and run migrations.
#    Run migrations.
knex migrate:latest

# 4. Run.
yarn start

## To run the webapp, in another terminal, run:

cd webapp
yarn start