Setup
Last updated
Last updated
There are 3 packages that you need to install:
- A set of utility functions for React applications built on top of Next.js
- A CLI which contains configuration and scripts used by
- Production server for Soya Next
Both packages have their own dependencies that need to be installed, run the following to install them:
Then, to install soya-next, soya-next-scripts, and soya-next-server, run the following:
You won't need to do any configuration because everything is already configured in . Simply add the following into your package.json
scripts section:
You're ready to create your first React application in Soya Next now.