This is the new default_theme for AquilaCMS. It's an Open Source ecommerce web application, 100% javascript with nodejs and MongoDB. This e-commerce store front use ReactJS 18 & nextJS 12.
npm install
- Copy and rename .env.sample to .env (if you build the theme, .env is created automatically)
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.
Demonstration data are included in this theme (/demoDatas/).