KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
millhouse
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
dataflow
:
Dataflow programming for Java - High performance (parallel) execution of tasks according to their dependencies
chiact
:
A simple web stack boilerplate with Go on the server side and React on the client side
HexColorTime
:
No description available.
ocr-space
:
OCR.space API client for Laravel (or just PHP)
elixir-mix-bundle
:
A Symfony bundle that integrates Laravel Mix
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
millhouse
?
Download (.md)
# millhouse A place to browse and buy your favorite Cheerios products You can view the website [here](https://millhouse.herokuapp.com)! ## Running the app Make sure you have Postgres running! ``` $ git clone https://github.com/jennyrchan/millhouse $ cd millhouse $ npm install $ npm run seed $ npm run build-watch ``` And then in another terminal window, run: ``` $ npm start ``` `npm start` doesn't build, so watch out for that. The reason it doesn't build is because you probably want to watch the build and run the app in separate terminals. Otherwise, build errors get all mixed in with HTTP request logging.