leotabosa / react-node-uni-listing

react / node prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

react / node prototype


Languages

Language:JavaScript 76.3%Language:SCSS 18.6%Language:HTML 5.1%