Setup
Installation
There are 3 packages that you need to install:
soya-next - A set of utility functions for React applications built on top of Next.js
soya-next-scripts - A CLI which contains configuration and scripts used by soya-next-cli
soya-next-server - 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:
Configuration
You won't need to do any configuration because everything is already configured in soya-next-scripts. Simply add the following into your package.json
scripts section:
You're ready to create your first React application in Soya Next now.
Last updated