Next steps
You have completed the basics related to creating a new web application and incorporating a variety of Uniform functionality into it. You can use this application as a jumping off point for the other lessons available in this documentation.
If you ever want to return to this point in the future, you can use the following links to spin up a new application:
Next.js
- StackBlitz - Open the code in a web container that runs entirely in your browser.
- GitHub - Clone the repo on your own machine.
caution
Regardless of whether you are running the app locally
or in a web container (i.e. StackBlitz), you must make
sure that the environment variables in the file .env
match the values you collected from the Uniform dashboard
when you created the API key.
After you set the values you must restart your app.