dkatz93 / secureLogin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Starter App on Node

Getting Started Locally

Before you get started, you will need npm and node installed locally on your device.

Step 1: Clone the repository and cd into folder:

Step 2: Install the dependencies

npm install 

Step 3: Create your database "secureApp" and then seed your database

node seed.js

Step 4: Build/Compile Your Code (in separate terminal)

npm run dev

Step 5: Start the server

npm start

Step 6: Checkout your app

Go to localhost:3001

About


Languages

Language:JavaScript 85.3%Language:Python 11.8%Language:HTML 3.0%