17 lines
397 B
Markdown
17 lines
397 B
Markdown
# Getting Started with the SF DB/App
|
|
|
|
## Initial Setup
|
|
|
|
Unzip project in your local working directory or clone from git repo
|
|
|
|
Install dependencies by running command: npm install
|
|
|
|
## Available Scripts
|
|
|
|
In the project directory, you can run:
|
|
|
|
### `npm start`
|
|
|
|
Runs the app locally in the development mode for testing.
|
|
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
|