kimchirice / paact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prisoners Aid (ACT)

Table of Contents


About the Project


Project Files


Specifications


Setting up

Follow the below instructions to set up your local development environment.

  1. If you are a MAC user, first install Xcode (if you have not already) using the command:
xcode-select --install
  1. Install nvm, a version manager for node.js
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
  1. Clone the project source code onto your local machine
git clone https://github.com/codesydney/paact.git
  1. Navigate into the paact project directory
cd paact
  1. Install node using nvm:
nvm install
nvm use
  1. Install npm
npm install
  1. To start up the client service (to see the code run in browser on your local environment and make sure it works):
npm start

Go to http://localhost:3000/

  1. To stop the app running press Control+C.

Create React App

This project was bootstrapped with Create React App

see also: CRA docs

CoreUI Admin Template

The dashboard makes use of the CoreUI Admin React Template CoreUI for React

CoreUI React.js Admin Template

About


Languages

Language:JavaScript 99.0%Language:HTML 0.5%Language:CSS 0.3%Language:SCSS 0.1%Language:Shell 0.0%