Adds a tutorial project under nx-dev The tutorials are run in browser and can be accessed here: [/tutorials](https://nx-dev-git-nx-dev-tutorialkit-nrwl.vercel.app/tutorials) The tutorials include: - TypeScript Packages - React Monorepo - Angular Monorepo In the future, we will link directly from the sidebar to the in-browser tutorials.
16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"name": "tutorial",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"astro": "npx astro",
|
|
"build": "npx astro check && npx astro build",
|
|
"dev": "npx astro dev",
|
|
"preview": "npx astro preview",
|
|
"serve": "npx astro dev --port 4200"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|