Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 706 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 706 Bytes

Solid test project

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), you need mongodb with data. Data is in db-data folder and needs to be imported to db solid-cms and collection menus. Or you can just simple run command

npm run run-mongo-db

(Docker required, free port 27017 required) It starts MongoDb on port 27017 and imports test data.

To start a development server run:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Debugging

In VSCode, open debug section and select Client debug. It should open default browser and start debug session.