sanity-io / startup-starter-kit

The Structured Content Startup Starter Kit
46 stars 14 forks source link

Install and configure lerna #1

Closed mariuslundgard closed 5 years ago

mariuslundgard commented 5 years ago

This allows for simpler installation and script execution.

Install project (including dependencies in frontend and backend)

# In root of project
npm install

Run development servers

npm run develop
# Studio at http://localhost:3333
# Frontend at http://localhost:8000