Build Tools

Learn how to use Soft’s included npm scripts to start a local server, compile source code, run tests, and more.


#NameUsageDescriptionRead More
1installnpm installThis command installs a package, and any other packages that it depends on.Read more
2serve/devnpm run dev or npm run serveThis will determinate the start of your development server.Read more
3buildnpm run buildThis will create a build directory with a production build of your app.Read more
Contents