Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pennlabs/penn-basics
Essentials for student life @ Penn.
https://github.com/pennlabs/penn-basics
express hacktoberfest indexeddb nodejs penn react reacthook redux service-worker
Last synced: about 6 hours ago
JSON representation
Essentials for student life @ Penn.
- Host: GitHub
- URL: https://github.com/pennlabs/penn-basics
- Owner: pennlabs
- License: mit
- Created: 2017-09-23T18:12:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T21:08:54.000Z (8 months ago)
- Last Synced: 2024-04-08T16:04:50.061Z (7 months ago)
- Topics: express, hacktoberfest, indexeddb, nodejs, penn, react, reacthook, redux, service-worker
- Language: TypeScript
- Homepage: https://pennbasics.com
- Size: 10.9 MB
- Stars: 16
- Watchers: 7
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Penn Basics
[![CircleCI](https://circleci.com/gh/pennlabs/penn-basics.svg?style=shield)](https://circleci.com/gh/pennlabs/penn-basics)
General documentation for the Penn Basics codebase is available in Notion [here](https://www.notion.so/pennlabs/PennBasics-2043ee53cc784e739bb654352a516609). Docs are updated as new features are pushed to the code repository.
### Usage
Make sure that you are using Node version `10.x`:
```bash
node -v
```If your Node version is not `10.x`, consider using Node Version Manager (nvm) to handle changing versions of node.
After a `env.sh` file containing `PORT`, `GOOGLE_KEY`, and `MONGO_URI` values is created:
```
git clone https://github.com/pennlabs/penn-basics.git
cd pennbasics
npm install
npm run dev
```React application will be available at `localhost:3000` or `PORT`.